0
Hello World!
iNeed Help In Python. Anyone willing to assist? Thanks In Advance.
10 odpowiedzi
+ 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.
+ 2
Print("cual es el problema?")
+ 2
State your problem and be more specific and you would get help
+ 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
+ 1
Math Equations
+ 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
+ 1
Les gar j essaye d apprendre python mais c est compliqué inn
+ 1
By the way if you like python you should check this out
https://sololearn.com/compiler-playground/c6l8CNwt0gTZ/?ref=app
+ 1
Print ("hello world")
+ 1
To learn to say "Hello World" you can study this code:
https://www.sololearn.com/en/compiler-playground/cBeeHx9sunxb