기초를 갈고 닦기 위한 스탭!
Hackerrank 30 Days of Code
문제
Data Types
# Declare second integer, double, and String variables.
i2 = int(input())
# Read and save an integer, double, and String to your variables.
d2 = float(input())
# Print the sum of both integer variables on a new line.
s2 = input()
# Print the sum of the double variables on a new line.
print( i + i2)
print(d + d2)
# Concatenate and print the String variables on a new line
print(s + s2)
# The 's' variable above should be printed first.
궁금하신게 있다면 메일 주세요.
k2h7913@daum.net
cafehero123@gmail.com