mirror of
https://github.com/fergalmoran/buttnerdz.git
synced 2026-01-06 16:54:22 +00:00
Lesson 2
This commit is contained in:
|
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 2.6 MiB |
8
code/lesson-2/codez.py
Normal file
8
code/lesson-2/codez.py
Normal file
@@ -0,0 +1,8 @@
|
||||
age = input('Tell me your age? > ')
|
||||
print('Your age is.....')
|
||||
print(age)
|
||||
|
||||
if int(age) < 30:
|
||||
print('Young!!!')
|
||||
else:
|
||||
print('Old!!!!')
|
||||
1
code/working/test.docx
Normal file
1
code/working/test.docx
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
code/working/test.jpg
Normal file
1
code/working/test.jpg
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
code/working/test.png
Normal file
1
code/working/test.png
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
code/working/test.xlsx
Normal file
1
code/working/test.xlsx
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user