We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476b70d commit d2957f2Copy full SHA for d2957f2
session1/collaborative.py
@@ -1,2 +1,6 @@
1
# Hi there welcome to the collaborative exercise!
2
# Start typing your answers below
3
+age= 40
4
+hobby = "playing music"
5
+Description = "My age is {} and I like {}".format (age, hobby)
6
+print (Description)
0 commit comments