Question: Which line of code would result in Python is fun being displayed on the console? a.) print(Python is fun) b.) print(Python is fun') c.) print(Python
Which line of code would result in "Python is fun" being displayed on the console? a.) print("Python is fun") b.) print("Python is fun') c.) print(Python is fun) d.) print('Python is fun")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
