Can you find the er…
 
Notifications
Clear all

[Solved] Can you find the error in this code ? I am trying this code using Python.

4 Posts
4 Users
5 Likes
428 Views
1
Topic starter

What is the error ?

print("Hello, Bazinga !)
This topic was modified 2 years ago 2 times by Rivek.t
akshajsrivastava akshajsrivastava 05/03/2023 7:18 am

@rivek-t Since you are trying to print a string, you have to put an double inverted commas at the beginning and the end of the string.

Topic Tags
2 Answers
1

There is a typing error in this code. The correct code is :

print("Hello, Bazinga !")

I hope this helps.

Rivek.t Rivek.t Topic starter 05/03/2023 7:56 am

@demo-learner Thanks it works now.

3

Missing inverted commas

Share: