Quantcast
Channel: Simplilearn Community
Viewing all articles
Browse latest Browse all 50081

COMPILATION ERROR

$
0
0
//code written by me
def my_func():
print "it is happening inside class"
my_func()
def my_func2(a,b)
return a+b
print my_func2(1,4)

// then i saved this as func.py on my dextop
//address of code is "C:\Users\admin\Desktop"
//then i opened python software and for compilation i wrote" >>> python Desktop/func.py "
//

Viewing all articles
Browse latest Browse all 50081

Trending Articles