asked 100k views
4 votes
Which code will allow Joe to print Coding is fun. on the screen? print("Coding is fun.") print(Coding is fun.) print = (Coding is fun.) print = Coding is fun.

asked
User HeWillem
by
7.7k points

2 Answers

4 votes

Answer:

print(“Coding is fun.”)

Step-by-step explanation:

answered
User Sagivf
by
8.8k points
1 vote

Answer:

print(“Coding is fun.”)

Step-by-step explanation:

The proper format for a print statement is usually you have the print statement followed by the string in quotes in parentheses.

Hope this helped!

answered
User Pablo Estevez
by
8.2k points

No related questions found