+ 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

24th Apr 2017, 6:54 PM
Davis Merinyo
Davis Merinyo - avatar
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)
24th Apr 2017, 7:14 PM
@bayoishola20
+ 10
use Python reference in Sololearn or try it in code playground via link in Course ex : >>>print("Hello World!)
24th Apr 2017, 8:34 PM
Agus Mei
Agus Mei - avatar
+ 1
always refer to the line ref also and check for " " || ' ' grab the keyword and syntax list keep it handy
25th Apr 2017, 6:57 AM
James
James - avatar