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
Alfredo Pasquel -
Qian Li -
Siddharth Bhalsod -
Lakshit Somani -
Top comments (5)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.