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.
2 parents dc2dff4 + aa5f5f7 commit 5bccb35Copy full SHA for 5bccb35
session1/collaborative.py
@@ -1,6 +1,13 @@
1
# Hi there welcome to the collaborative exercise!
2
# Start typing your answers below
3
4
+name4 = 'Maureen'
5
+fav_food = 'Thai & Mexican food'
6
+
7
+description = "Hello! My name is {} and my favorite food is {}.".format(name4, fav_food)
8
+print(description)
9
10
11
# add name and favourite food
12
name3 = "Pragya"
13
food3 = "daal-chawal"
0 commit comments