0

Hello World!

iNeed Help In Python. Anyone willing to assist? Thanks In Advance.

24th Jun 2025, 8:02 AM
Vernon Lobeko
Vernon Lobeko - avatar
10 Réponses
+ 7
Vernon Lobeko , your request could be a bit more specific. can you please update your post by adding what exactly causes you problems? maybe you have a description? if you have an issue with a code, you can post it here.
24th Jun 2025, 10:56 AM
Lothar
Lothar - avatar
+ 2
Print("cual es el problema?")
24th Jun 2025, 10:48 AM
Juan Alejandro Felipe Ardiles García
Juan Alejandro Felipe Ardiles García - avatar
+ 2
State your problem and be more specific and you would get help
24th Jun 2025, 1:38 PM
Emmanuel Otu Koranteng
Emmanuel Otu Koranteng - avatar
+ 1
What exactly do you need help with? If you want help with printing "Hello World!" then here it is: ```python print("Hello World!") ``` print is a function, a function always has () followed by it when you use it. "Hello World!" is a string, the print() function will print this string to the terminal
24th Jun 2025, 8:07 AM
Vaibhav
Vaibhav - avatar
+ 1
Math Equations
24th Jun 2025, 8:30 AM
Vernon Lobeko
Vernon Lobeko - avatar
+ 1
I think you should read the documentation or tutorials for this kind of stuff Docs: arithmatic: https://python-reference.readthedocs.io/en/latest/docs/operators/ math module: https://docs.python.org/3/library/math.html Tutorials: arithmatic: https://www.w3schools.com/python/python_operators.asp math: https://www.w3schools.com/python/python_math.asp
24th Jun 2025, 8:43 AM
Vaibhav
Vaibhav - avatar
+ 1
Les gar j essaye d apprendre python mais c est compliqué inn
24th Jun 2025, 5:45 PM
frederic
frederic - avatar
+ 1
By the way if you like python you should check this out https://sololearn.com/compiler-playground/c6l8CNwt0gTZ/?ref=app
25th Jun 2025, 8:48 AM
Vaibhav
Vaibhav - avatar
+ 1
Print ("hello world")
25th Jun 2025, 12:19 PM
Pedro Luiz
Pedro Luiz - avatar
+ 1
To learn to say "Hello World" you can study this code: https://www.sololearn.com/en/compiler-playground/cBeeHx9sunxb
26th Jun 2025, 12:28 PM
Allan Prommik
Allan Prommik - avatar