Skip to content

Commit 3c94af6

Browse files
author
TechMainul
committedOct 24, 2020
name changes only
1 parent 7550f2a commit 3c94af6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
 
File renamed without changes.
File renamed without changes.

‎exercise/06.and_or.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Exercise - Watch COCO
2+
# Ask user's name and age
3+
# if user's name start with ('a' or 'A') and age is above 10 then print "you can watch coco movie"
4+
# Else print 'sorry', you can't watch coco
5+
6+
name, age = 'Akash', 26

0 commit comments

Comments
 (0)
Please sign in to comment.