+ 5
In Python, the print statement is basically just used to print any string into the console followed by a newline. So pretending the line in the example below indicates the console, this is basically what it would do:
print("Hi! :D")
print("á(á)á")
-------------------------------------
Hi! :D
á(á)á
+ 3
What exactly was the code you were trying to run?
+ 3
Did you surround it in quotations marks to indicate it as a string? It should look like this for it to print correctly:
print("Hello friends how are you")
+ 3
Are you able to link to the code that you're trying it out on?
+ 3
Here, I think this may be what you're trying to do -
https://code.sololearn.com/ct6o6Zp96PSq/?ref=app
+ 3
lowercase p...
print("") is pink
Print("") is blue
You want pink
+ 1
man akbarshox
0
hello
0
samandar bomi
0
salom
0
akbar shox
0
pink
- 1
greatđđđ