作業任務二


從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程式設計入門共學營






你可能感興趣的文章

Roadmap規劃

Roadmap規劃

不可不知的小工具-cURL

不可不知的小工具-cURL

反向代理(Reverse proxy)、ORM 及 N+1 problem 介紹

反向代理(Reverse proxy)、ORM 及 N+1 problem 介紹






留言討論