Problem O: [Python]변수와 입력 - 연습문제 8

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:1

Description

질문하는 문장 없이 빈 화면에 두 개의 실수를 입력받아 출력하는 프로그램을 작성하시오. 

Sample Input Copy

2.9402
415.23968125

Sample Output Copy

x = 2.9402
y = 415.23968125