Inspiration

Python is mostly used programming language and has a wide range of application. As a part of Global Hack Week Challenge, I have written a short code in python to print "hello, world!"

What it does

print() function gives the output of written inside ().

How we built it

It is one line of code - print("hello, world!")

Challenges we ran into

In languages like C++ and Java, we have to write a number of lines of codes to run a simple output. It is very hectic. So, python allows us to write those codes in shorter form.

Accomplishments that we're proud of

We have learnt the basic use of print() function in python language.

What we learned

We have learned the use of print() function in python language.

What's next for Python Code to say, "hello, world!"

As, it is a basic example of the print() function, we can use this function to shorten long codes of other languages and simply get the output.

Built With

Share this project:

Updates