Skip to content

Commit c14a523

Browse files
authored
Add files via upload
1 parent 278e911 commit c14a523

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dictionary.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dict1={'yes':'used for showing you have heard somebody or will do what he/she asks'}
2+
n=input()
3+
print(dict1[n])

0 commit comments

Comments
 (0)