Commit ad19119c by BellCodeEditor

auto save

parent 25e89fe8
import random
a=100
b=random.randint(0,200)
print('随机数是',b)
if b>a:
print("随机数大于100")
if a>b:
print('随机数小于100')
\ No newline at end of file
import pygame
from pygame import locals from pygame import locals
# 初始化pygame,为使用硬件做准备 # 初始化pygame,为使用硬件做准备
pygame.init() pygame.init()
......
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