F-String

#F-String is used to fast our work and add values and all to a string

 me= "Aryan"

a1= 3

a= f"This Is me {me} {a1}"
print(a)

Comments

Popular posts from this blog

Practice Execise 3

Pickle Module