We're a place where coders share, stay up-to-date and grow their careers.
May I know why do you use the format method in Python 3.8 instead of f-strings? Do you prefer it? If so, why?
Haven't really started using them yet not a particular reason to do that. Let me know, which one do you prefer?
f-strings since they are more concise
Checked them out. They are super concise. Changed the post accordingly.
May I know why do you use the format method in Python 3.8 instead of f-strings?
Do you prefer it? If so, why?
Haven't really started using them yet not a particular reason to do that. Let me know, which one do you prefer?
f-strings since they are more concise
Checked them out. They are super concise. Changed the post accordingly.