asked 26.9k views
4 votes
What is wrong with the code below?
print(ICT is the best)

1 Answer

4 votes

Not sure what language this is, but most languages would require the string to be printed to be in quotes, typically double quotes.

print("ICT is pretty good")

answered
User Burnall
by
8.1k points

Related questions

asked Jun 17, 2021 117k views
Lee Winder asked Jun 17, 2021
by Lee Winder
8.6k points
1 answer
1 vote
117k views