We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 0: Hello, World.
Day 0: Hello, World.
Sort by
recency
|
2125 Discussions
|
Please Login in order to post a comment
inputString = input() # get a line of input from stdin and save it to our variable
Your first line of output goes here
print('Hello, World.')
Write the second line of output
print("Welcome to 30 Days of Code!")
print('hell'
import java.util.*; public class Solution { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String input = sc.nextLine(); System.out.println("Hello, World."); System.out.println(input); } }
Video is hidden...
Python are great for newcomer like me !!!