Sort by

recency

|

2125 Discussions

|

  • + 1 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!")

  • + 0 comments

    print('hell'

  • + 0 comments

    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); } }

  • + 0 comments

    Video is hidden...

  • + 0 comments

    Python are great for newcomer like me !!!