3 lines
78 B
Python
3 lines
78 B
Python
|
|
def startup_test():
|
||
|
|
print("Zahajuji testování")
|
||
|
|
print("V pořádku")
|