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.
+ 0 comments my code is right as a try in vs code but there output wrong why?
+ 0 comments why does output have "Welcome to 30 Days of Code" when i never wrote that? is that just a result of a correct answer? (on python)
+ 0 comments For java: Scanner sc = new Scanner(System.in); String s = sc.nextLine(); System.out.println("Hello, World."); System.out.println(s);
+ 0 comments the answer for python3 will be
input_string = input()
print("Hello World")
print(input_String
+ 0 comments in java
Load more conversations
Sort 2073 Discussions, By:
Please Login in order to post a comment