我記得這是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
# -*- coding: u...
Python 的字典是一種極為...
code: # -*- cod...