Update user_IO.py
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
def user_input():
|
def user_input():
|
||||||
print("Hi User, \n do you want to edit your grades?")
|
|
||||||
todo = input("Ok, do you want to see them or to edit them? [see/edit]\n")
|
todo = input("Ok, do you want to see them or to edit them? [see/edit]\n")
|
||||||
if todo == "see":
|
if todo == "see":
|
||||||
print("Which subject do you want to know the information?")
|
print("Which subject do you want to know the information?")
|
||||||
|
|||||||
Reference in New Issue
Block a user