Kesalahan Synta Python
To get the use explanation of different functions in python just use the "help"
e.g
help("def")
help("%")
Johnson Amadi
To get the use explanation of different functions in python just use the "help"
e.g
help("def")
help("%")
>>> if a < 3
File "<interactive input>", line 1
if a < 3
^
SyntaxError: invalid syntax