Commit 88e8f560 by BellCodeEditor

auto save

parent 65406f0e
Showing with 52 additions and 8 deletions
q=int(input())
e=[]
for i in range(q):
w=int(input())
e.append(w)
r=[1,2,3,4,5,6]
sum=1
for i in range(len(r)):
sum=sum*r[i]
if sum<=10*10*10*10*10*10:
print(sum)
else:
print('>1000000')
\ No newline at end of file
import random
a=[]
for i in range(10):
a.append(i)
for i in range(26):
a.append(chr(97+i))
for i in range(10):
for i in range(2):
print(random.choice(a),end="")
print()
\ No newline at end of file
a=int(input())
for i in range():
d=chr(ord('A'+1))
for i in range(a):
print(d)
username = "python" # 保存在服务器数据库中的用户账号(正确的账号) q=int(input())
userpassword = "123456" # 保存在服务器数据库中的用户密码(正确的密码) e=0
for i in range(q):
w=chr(ord('A')+e)
if w=='Z':
e=-1
e=e+1
r=0
for j in range(q):
t=chr(ord(w)+r)
print(t,end='')
if t=='Z':
r=0
w='A'
continue
r=r+1
print()
# 请用input()实现用户输入账号、密码的功能
# 如果用户输入的账号、密码正确,提示登陆成功
\ No newline at end of file
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