Skip to content

Commit 5bccb35

Browse files
author
Tania Allard
authored
Merge pull request trallard#29 from Aveces/master
Adding collaborative path
2 parents dc2dff4 + aa5f5f7 commit 5bccb35

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

session1/collaborative.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Hi there welcome to the collaborative exercise!
22
# Start typing your answers below
33

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+
411
# add name and favourite food
512
name3 = "Pragya"
613
food3 = "daal-chawal"

0 commit comments

Comments
 (0)