我記得這是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
這篇教學要講的是一個很常混在一...
`Himalia4FWGenU...
這篇會用 Python re ...
目標很明確: 從混雜中文、英文...