+ 2
I have not understand on how to write a code or program most of my tries i get invalid syntax and error
Printing of code
3 Answers
+ 16
Keep at it, Davis. You could always ask here (on Sololearn) or use a search engine like google.com.
Do you want to print a variable or data type or whatever???
IN PYTHON 2
print xxxx
IN PYTHON 3
print(xxxx)
+ 10
use Python reference in Sololearn
or try it in code playground via link in Course
ex :
>>>print("Hello World!)
+ 1
always refer to the line ref also and check for " " || ' '
grab the keyword and syntax list keep it handy