7 lines
97 B
Python
7 lines
97 B
Python
def main():
|
|
print("Hello from english-learning-uv!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|