Sort by

recency

|

2137 Discussions

|

  • + 0 comments

    print[hello.world!;!

  • + 0 comments

    What do you need to do?

    Take what the user types (one line of text), which is input() in python. And we create a thing named inputString that saves that line of text.

    Print “Hello, World.” on the first line. Print the saved text (stored in inputString) you got from the users input on the second line.

  • + 0 comments

    Here is Day 0 hello world solution in python, java, c++, c and javascript - https://programmingoneonone.com/hackerrank-day-0-hello-world-30-days-of-code-solution.html

  • + 0 comments

    those using python:

    input_string=input() print('Hello, World.') print(input_string) #this is so that the output will be based on input, clears the hidden task

  • + 0 comments

    i don't understaand this tutorial is there anyone can define this for me honestly because i want to improve my python skill