Skip to content

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)

b = sy.symbols ( a b ) a = sy.symbols( a ) b = sy.symbols( b )
  • xiaomaofeng
  • Opened 
    on Dec 26, 2018
  • #13

plt.plot(x, np.zeros_like(x), ’k-’) not present on the image;
  • xiaomaofeng
  • Opened 
    on Dec 26, 2018
  • #12

Day1中多维列表, , 格式混乱
  • xiaomaofeng
  • Opened 
    on Dec 26, 2018
  • #11

ReadMe中 练习3:字符串str的一些功能中 print(t.find( i ))的结果 没有输出出来
  • xiaomaofeng
  • Opened 
    on Dec 26, 2018
  • #10

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

day1 break 和 continue 段中 cantinue 应为 contine
  • vzsh
  • 1
  • Opened 
    on Apr 21, 2018
  • #6

“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
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub