0
Why is there error?
Traceback (most recent call last): File "./Playground/file0.py", line 3, in <module> while True(): TypeError: 'bool' object is not callable. THAT IS tHE ERROR IN MY codE. MY CODE IS(SORRY, I CANT TURN CAPS LOCK OFF): ex = int(input(“”)) ve = 0 while True(): print (ex*ve) ve += 1
2 odpowiedzi
0
thank u Kiibo Ghayal