Commit 2e9a3a6b by BellCodeEditor

auto save

parent 0a67d6cf
Showing with 3 additions and 10 deletions
q=int(input("输入第一个正整数:"))                         name = input("请输入胡创造师的名字XX")
w=int(input("输入第二个正整数:")) print(name+",你是最棒的创造师耶!")
list = [q,w] \ No newline at end of file
g=max(list)
while True:
    if g % q == 0 and g % w == 0:
        print(g)
        break
    g += 1
\ 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