- 2
Please help me with this out put it would be very helpfull
Fill in the blank to output "ni ni ni". >>> ('ni ni ni'
5 odpowiedzi
+ 3
So the output requires you to escape the collons...try this
print("\"ni ni ni"\")
+ 2
print("ni ni ni")
thats how you do it
Happy coding 😊 Keep coding 🙏
+ 2
Use print function to output
print ("ni ni ni")
Are this all u need
+ 1
Put your code here
Victoria Schnur
0
I type that in it says its wrong