We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca0924 commit 919f19cCopy full SHA for 919f19c
lesson3.py
@@ -0,0 +1,9 @@
1
+# stings are just like variables byt you don't need to cut the code
2
+# to set one you'll do the same with the variables, example
3
+name = "Jhon Doe"
4
+age = 50
5
+# now printing is the same
6
7
8
+print(f"My name is {name} and I am {age} years old.")
9
+# this lesson is shorter than i thougt
0 commit comments