Skip to content

Commit eb85cdf

Browse files
author
Bane
committed
导入random模块默认不行,需要将路径/usr/lib/python3.1加shell的PATH变量
1 parent b21305c commit eb85cdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Programming_in_Python3/Chapter1/get_random.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44

5+
#导入random模块默认不行,需要将路径"/usr/lib/python3.1"加shell的PATH变量
56
import random
67

78

0 commit comments

Comments
 (0)