小丑9 发表于 2022-4-25 16:36:43

pygame 不能以这种方式导入吗

from pygame import py

Traceback (most recent call last):
File "D:\系统\练习\作业.py", line 1, in <module>
    from pygame import py
ImportError: cannot import name 'py' from 'pygame' (C:\Users\7k7k\AppData\Roaming\Python\Python310\site-packages\pygame\__init__.py)

老八秘制 发表于 2022-4-25 16:40:27

from pygame import *

python爱好者. 发表于 2022-4-25 16:40:58

pygame 里没有 py 模块吧......

小丑9 发表于 2022-4-25 16:44:04

python爱好者. 发表于 2022-4-25 16:40
pygame 里没有 py 模块吧......

我是想把Pygame导入的时候命名为Py,这样后面使用的时候方便点

傻眼貓咪 发表于 2022-4-25 16:45:43

as

傻眼貓咪 发表于 2022-4-25 16:46:13

import pygame as py
页: [1]
查看完整版本: pygame 不能以这种方式导入吗