add require multiline properties
This commit is contained in:
parent
2803679935
commit
236a08308f
5 changed files with 9 additions and 5 deletions
3
cc/among
3
cc/among
|
@ -1,3 +1,4 @@
|
|||
#require-multiline
|
||||
from sys import argv
|
||||
if len(argv) == 4 and argv[3] == "us":
|
||||
print("""
|
||||
|
@ -21,4 +22,4 @@ if len(argv) == 4 and argv[3] == "us":
|
|||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠙⡳⢦⣄⣀⣀⣀⣀⣤⣤⡴⢾⡋⠅⠈⠀
|
||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠚⠉⠩⠍⠓⠒⠀⠁⠀⠀⠀⠀""")
|
||||
else:
|
||||
print("Among what?")
|
||||
print("Among what?")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#require-multiline
|
||||
print(""" ()
|
||||
(__)
|
||||
(____)
|
||||
|
@ -8,4 +9,4 @@ print(""" ()
|
|||
\/\/\/\/
|
||||
\/\/\/
|
||||
\/\/
|
||||
\/ """)
|
||||
\/ """)
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#require-multiline
|
||||
print("The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly but gets faster each minute after you hear this signal *trill*. A single lap should be completed each time you hear this sound.")
|
||||
print("*ding* Remember to run in a straight line and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark. Get ready!... Start.")
|
||||
print("*ding* Remember to run in a straight line and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark. Get ready!... Start.")
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#require-multiline
|
||||
print(""" ()
|
||||
(__)
|
||||
(____)
|
||||
|
@ -8,4 +9,4 @@ print(""" ()
|
|||
\/\/\/\/
|
||||
\/\/\/
|
||||
\/\/
|
||||
\/ """)
|
||||
\/ """)
|
||||
|
|
|
@ -1 +1 @@
|
|||
print("ihaza.linkh.at")
|
||||
print("https://ihaza.linkh.at")
|
||||
|
|
Loading…
Reference in a new issue