0
What does the f(format) do in print function?
exp: print(f"hello guys")
4 ответов
+ 2
In your example nothing.
https://www.sololearn.com/Discuss/1830658/?ref=app
+ 1
As I know they implemented this because is simple, readable, versatile and fast at the same time.
0
Thanks for that but
why dont we just use a comma or a plus ?
print("hello",name)