Commit d13de944 by BellCodeEditor

auto save

parent e0cef135
Showing with 22 additions and 2 deletions
# n=1
# a=1
# b=2
# while n<=3:
# a=a+b
# b=a+b
# n=n+1
# print(b)
# a=int(input())
# b=a//100
# c=a%100//10
# d=a%10
# print(d,c,b)
# s=1
# for i in range(30,51,3):
# s=s*i
# print(s)
\ No newline at end of file
{"admin": "123456"} a=1
\ No newline at end of file b=1
c=2
if a<=3:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment