0

Why is this line of code a syntax error in python?

>>> print ( I can use python now)

12th Oct 2017, 11:44 AM
Ben Avery (Pupseal115)
Ben Avery (Pupseal115) - avatar
2 Answers
+ 5
Ummmmm print(1+1) no ">>>" that is for console command line You make me like pffffft
12th Oct 2017, 11:50 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 1
use quotes when you want to write something ("Hello")
12th Oct 2017, 11:51 AM
Jakub Stasiak
Jakub Stasiak - avatar