mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
made small changes to images
This commit is contained in:
parent
5130f8875e
commit
b009bde583
|
@ -101,7 +101,7 @@ def level2():
|
||||||
print('You are running far away from the robots')
|
print('You are running far away from the robots')
|
||||||
|
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
print(""" ──────────────────██
|
print(""" ──────────────────────██
|
||||||
▄───▄▀█▄▄▄▄
|
▄───▄▀█▄▄▄▄
|
||||||
─ ▄▀─█▄▄
|
─ ▄▀─█▄▄
|
||||||
▄▄▄▀───▀▄
|
▄▄▄▀───▀▄
|
||||||
|
@ -275,6 +275,15 @@ def level3():
|
||||||
print('after walking for hours you come across a strange looking object')
|
print('after walking for hours you come across a strange looking object')
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
print('the strange looking object looks like a computer from the past')
|
print('the strange looking object looks like a computer from the past')
|
||||||
|
time.sleep(4)
|
||||||
|
print("""
|
||||||
|
▐▓█▀▀▀▀▀▀▀▀▀█▓▌░▄▄▄▄▄░
|
||||||
|
▐▓█░░▀░░▀▄░░█▓▌░█▄▄▄█░
|
||||||
|
▐▓█░░▄░░▄▀░░█▓▌░█▄▄▄█░
|
||||||
|
▐▓█▄▄▄▄▄▄▄▄▄█▓▌░█████░
|
||||||
|
░░░░▄▄███▄▄░░░░░█████░
|
||||||
|
|
||||||
|
""")
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
print('there is a video recording on it')
|
print('there is a video recording on it')
|
||||||
# question_one = ''
|
# question_one = ''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user