blox = 10 def bab(): for bob in blox: print(bob) blox = blox + 1 if bob >= 50: print("yes") else: print() print(bob + 1) if 10 == 10: bab() im a new python scripter but cant really find what is wrong besides the âInt is not callableâ error.
Learn more efficiently, for free:
Introduction to Python
7.1M learners
Introduction to Java
4.7M learners
Introduction to C
1.5M learners
Introduction to HTML
7.5M learners