作業任務二


從1到50累加

counter = 1
result = 0
while counter <= 20
{
result = result + counter
add 1 to counter
}
output resulthttps://static.coderbridge.com/img/Avery-wu/e1ca0bc57d1848819f897db81c051d9d

#第一期Python程式設計入門共學營






你可能感興趣的文章

VSCode 中使用typescript檢視output - Code Runner套件

VSCode 中使用typescript檢視output - Code Runner套件

七天打造自己的 Google Map 應用入門 - Day07

七天打造自己的 Google Map 應用入門 - Day07

7月23日 星期四

7月23日 星期四






留言討論