ive been struggling on this for ages how do i fix name restart is not defined. also please ignore the name its a joke ๐ญ
it goes like this
choose= input()
print("""f
[1] xyz
[2]. zyx
[3]. xyyz \n
""")
if choose== "1":
print(xxxyyyzzz)
if choose== "2":
print(xxxyyyzzz)
--restart==True
if choose== "3":
print(xxxyyyzzz)
--restart==True
