我記得這是TQC的考題:
sp=4; star=1
while sp != -1:
print(” “*sp + “*”*star)
sp-=1
star+=2
推薦hahow線上學習python: https://igrape.net/30afN
我記得這是TQC的考題:
sp=4; star=1
while sp != -1:
print(” “*sp + “*”*star)
sp-=1
star+=2
推薦hahow線上學習python: https://igrape.net/30afN
摘要 目標:用 Python ...
前言 傳統上我們用 os、os...