How do I print Hello world!
Please don't be mean uwu. I am new to coding!
I assume you are learning Python, so well, here's how to do it!
print ("Hello World!")
@Kookiez Thank you so much aha! Whats your real name Kookiez ;)
@SandyBurns NO I AM THE KOOKIE
@SandyBurns plus can you mark as answer if it helped?
@Kookiez lol kookiez you are funny aha
@Kookiez but I want to know your name first ;)
@SandyBurns You made this one month ago: https://repl.it/@SandyBurns/Python-project-Task-1#main.py
Why are you asking how to print "Hello World"
@realTronsi lol maybe's its forked
@Kookiez this is probably a troll post to get attention or something
@realTronsi I found it and I wanted to impress my friends. I'm sorry if I was rude to you guys. I only wanted to learn some coding.
@SandyBurns I don't think so, such a basic question is easily found with any python tutorial or even a 2 second google search will do
@realTronsi I just wanted to see if I could get pointers or help here, as you guys seem like such a cool community. Thinking back I should have googled it. I'm sorry :(
@SandyBurns there is a number of free online python tutorials:
https://www.w3schools.com/python/
https://www.tutorialspoint.com/python/index.html
https://docs.python.org/3/tutorial/
https://www.learnpython.org/
Or you can go on sites like udemy and buy a course for like $10.
FreeCodeCamp also works, here's a crash course on yt:
https://www.youtube.com/watch?v=rfscVS0vtbw
@SandyBurns ok np, but use this if you can't find the answer on google, since usually google has the answer, and you can usually get the answer a lot faster as well. I sent you some resources you can use to learn python, just keep practicing and you'll get the hang of it
@realTronsi Thank you so much Tronsi I knew you guys would help me eventually! So I find courses or google it and if I can not find the answer I turn to you guys
@OlauPla only from cycle beggars like u ;)
@OlauPla I noticed you deleted your post about asking why other people take your answers and put the in big text, here is my response:
@OlauPla well anyways I think we all know your intentions, but the point of ask is to help other people, not get cycles, if someone else "steals" your answer who cares
EDIT: ha real smooth deleting all your messages 👀
@realTronsi ok makes sense I have deleated everythig
@OlauPla m8 you call people out for stealing your answers and making them huge to stand out but what is this?! You're doing the exact same thing
@OlauPla Deleted*
@OlauPla people know that they're cycle farmers, and tbh their reputation isn't that good here. Do you really want to join them?
Hello World!
Here, at Repl.it, you don't even have to print it, the Repl does it for you. I recommend checking out https://repl.new!
Welcome to Repl.it!
How do I print Hello world!
It highly dependent on your level of God, see The Evolution of a Programmer
here is a collection how to print "Hello, World" on 603 programing languages (include pure CSS)...
use python and do print ("Hello world")
Python: print("Hello World!")
C++: printf("Hello World!"); or cout << "Hello World!";
Java: System.out.printLine("Hello World!")
LOLCODE: VISIBLE "HELLO WORLD"
What programming language are you using? It varies depending on what you use.
For instance, in Python, it is print("Hello world!")
,
in C++, it would be Console.WriteLine("Hello world!");
,
and in Bash, it's echo Hello world
.
@SandyBurns, Hey there! For HTML there is many ways, but use
TEXT HERE
,For Python, use print("TEXT HERE"), Please Hit the check mark next to this comment if this helps!
you said uwu. furry trash.
you use this if your using python:
print("Hello World")
Welcome to replit! So here is how to make a hello world:
# This is in Python! print("Hello, world!")
// This is in C++ ! #include <iostream> using namespace std; int main() { cout << "Hello World!"; return 0; }
// This is in Javascript! console.log("Hello, world!")
I hope this helps!
In python:
print("Hello World!")
C++:
#include <iostream> int main() { std::cout << "Hello World!"; }
JS:
console.log("Hello World!");
LOLCODE:
HAI 1.2 VISIBLE "Hello World!" KTHXBYE
Ruby:
puts "Hello World!"
etc.
WHY.
I don't know which language you want, so I'll give you some examples
Python
print("Hello, World!")# or with open("file.txt", 'w') as f: f.write("Hello, World!")
Javascript
document.write("Hello, World!") // or console.log("Hello World!") // or alert("Hello world!")
HTML
<p>Hello World</p> <!--or--> <h1>Hello, World!</h1>
Any of those languages should work
In python, you can do this:
print('Hello World')
In HTML
<h1>Hello World</h1>
In Javascript
console.log('Hello World');
In C
#include <stdio.h> int main() { printf("Hello World"); // Make sure you have double qoutes, not single return 0; }
In C++
#include <iostream> int main() { cout << "Hello World" << endl; return 0; }
@SUHASTADIPARTH1 Oh no, this looks really confusing ;( I think i will stick to just python UwU
@SandyBurns np. Mark my answer?
@SUHASTADIPARTH1 Only if you tell me your name ;)
@SandyBurns What is with u and finding names? Are u trying to stalk us or smthing?
Why is this a question, use google
lol, yee @realTronsi