Skip to content

Commit d2957f2

Browse files
committed
Add collaborative
1 parent 476b70d commit d2957f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

session1/collaborative.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# Hi there welcome to the collaborative exercise!
22
# 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

Comments
 (0)