Skip to content
Snippets Groups Projects
Commit ebec44cd authored by Pál Boldizsár's avatar Pál Boldizsár
Browse files

added first task as excecuteable

parent 26e2e3e5
Branches
No related tags found
No related merge requests found
def Kiiro():
print("gimme your name")
txt = input()
print(txt)
if __name__ == "__main__":
Kiiro()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment