Exception has occurred: NameError

technical talkiess
0

 Exception has occurred: NameError

name 'dfsddf' is not defined

  File "C:\Users\ukv-208\Downloads\prac\python\first.py", line 2, in <module>

    print(dfsddf)

          ^^^^^^

NameError: name 'dfsddf' is not defined



Solution :-


 print("dfsddf");



you miss single quote so please add it 

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)