This commit is contained in:
Fergal Moran
2020-11-23 20:04:01 +00:00
parent 52e6ee8695
commit 5fa540c57e
9 changed files with 12 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

8
code/lesson-2/codez.py Normal file
View 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
View File

@@ -0,0 +1 @@

1
code/working/test.jpg Normal file
View File

@@ -0,0 +1 @@

1
code/working/test.png Normal file
View File

@@ -0,0 +1 @@

1
code/working/test.xlsx Normal file
View File

@@ -0,0 +1 @@