Network disconnected
Description
x = 3 , y = 5
의 값을 가지고 있습니다. position
이 x와 y값으로 이루어진 튜플이 되도록 packing해 보세요.
packing이란 하나의 변수에 여러개의 값을 넣는 것입니다.
예를 들어,
a, b = 1, 2
c = a, b #c = (1, 2)
Question type: Fill in the blank
- You need to fill in the blank with the appropriate code.
- You cannot modify the given code.
- An error message will appear in the result if you leave the blank empty.
1
2
3
4
5
x = 3
y = 5
position =
print("x, y로 이루어진 튜플 position의 값은 {}입니다.".format(position))
Result
Stop
Result of [Run Test] or [Submit] will be displayed here
내가 제출한 코드가 왜 틀렸는지 프로그래머스 AI에게 물어보세요.
제출 후 채점하기를 눌러 30점 이상인 경우 물어볼 수 있어요.
베타 기간 동안에는 한 문제당 1번만 물어볼 수 있어요.
베타 기간 동안에는 한 문제당 1번만 물어볼 수 있어요.