issues Search Results · repo:MurphyWan/Python-first-Practice language:Python
Filter by
0 results
(64 ms)0 results
inMurphyWan/Python-first-Practice (press backspace or delete to remove)alexliubj
- Opened on Jan 25, 2019
- #14
print (round (3*1415 , 2)) # result 3. 14
应该是print (round (3.1415 , 2)) # result 3. 14
mklsw
- Opened on Aug 16, 2018
- #9
print (type(bd)) 处 应该是b*d
print (type(bd)) # return the type of bd NameError: name bd is not defined
mklsw
- Opened on Aug 16, 2018
- #8
“Start Spyder and compute 76 by typing”
感觉应该翻译为:
“启动Spyder并通过键入以下命令计算76”
而不是“通过键入以下命令启动Spyder并计算76”
okev-in
- Opened on Mar 16, 2018
- #5
image 用文字来说,就是费波那契数列由0和1开始,之后的费波那契系数就是由之前的两数相加而得出。首几个费波那契系数是:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233……(OEIS中的数列A000045) 特别指出:0不是第一项,而是第零项。
danerlt
- Opened on Jan 29, 2018
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.