# 410802075 L型 LED ```python= x0 = 0 y0 = 4 for i in range (5): print (f"({x0}, {y0})") for j in range(i): j += 1 x = x0 - j ; y = y0 + j ; print(f"({x}, {y0}) ({x0}, {y0})") x0 +=1 y0 -=1 print("===================")
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up