我記得這是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
`json.loads()` ...
## 1. 一句話總結 ## ...