code_practice

Hackerrank 30 Days of Code 0 [Hello, World.]

  • By Khel Kim, 김현호
  • 26 Jan 2019
  • Tags : coding_practice

기초를 갈고 닦기 위한 스탭!
Hackerrank 30 Days of Code
문제
Hellow, World.

# Read a full line of input from stdin and save it to our dynamically typed variable, input_string.
input_string = input()

# Print a string literal saying "Hello, World." to stdout.
print('Hello, World.\n%s' %input_string )

# TODO: Write a line of code here that prints the contents of input_string to stdout.

궁금하신게 있다면 메일 주세요.
k2h7913@daum.net
cafehero123@gmail.com