'목록하단 광고 치환자(withSeok)

from turtle import *

def 거북이인사(a,b):
    for i in range(b):
        write(a)
        forward(40)
    

인사=input("인사말을 입력하세요")
횟수=int(input("몇 번 인사할까요?"))
거북이인사(인사,횟수)

 

728x90

+ Recent posts