You must define functions before they are called, in the same way that you must assign variables before using them.
def names():
print('Franc')
print('Francnstein')
names()
You must define functions before they are called, in the same way that you must assign variables before using them.
def names():
print('Franc')
print('Francnstein')
names()
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Vishnu Sivan -
Super Kai (Kazuya Ito) -
Rym -
Megha Sharma -
Top comments (5)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.