numLaps = int(input("Enter number of laps (1-20): ")), OUTPUT "Enter number of laps (1-20): " INPUT numLaps, while numLaps < 1 or numLaps > 20:, WHILE numLaps < 1 OR numLaps > 20, total = 0, total <- 0, fastest = 9999, fastest <- 9999, for i in range(1, numLaps + 1):, FOR i <- 1 TO numLaps, lapTime = int(input(f"Enter time for lap {i} (20-300): ")), OUTPUT "Enter time for lap " + i + " (20-300): " INPUT lapTime, while lapTime < 20 or lapTime > 300:, WHILE lapTime < 20 OR lapTime > 300, total = total + lapTime, total <- total + lapTime, if lapTime < fastest:, IF lapTime < fastest THEN, fastest = lapTime, fastest <- lapTime.

Python to Pseudocode Match-Up

만든이

순위표

비주얼 스타일

옵션

AI 강화: 이 활동에는 AI가 생성한 콘텐츠가 포함되어 있습니다. 더 알아보세요.

템플릿 전환하기

)
자동 저장된 게임을 복구할까요?