5 lines
50 B
Python
5 lines
50 B
Python
|
|
from albatross import fly
|
||
|
|
|
||
|
|
fly()
|
||
|
|
print("Success")
|