#실수 1개를 입력받고 3번 출력하시오.
a=input()
a=float(a)
print(a)
print(a)
print(a)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: