摘要:
最近在捣鼓ubuntu12.04LTS版,安装完成后老是无法引导。什么软碟通啊,什么image writer啊,都用过。都无法引导。后来实在是没哟办法了,干脆用CD装ubuntu9.04,然后想办法升级。可是没想到用CD装的也无法引导。后来准备打算用EasyBCD 2.1.2来引导的,可是还是不行。原来就行的,原来的ubuntu9.04就可以引导。后来到BIOS一看,原来是没有开启native IDE啊,开启后,就可以引导 额 阅读全文
摘要:
# Area calculation programprint "Welcome to the Area calculation program"print "---------------------------------------"print# Print out the menu:print "Please select a shape:"print "1 Rectangle"print "2 Circle"#Get the user's choice:shape = inpu 阅读全文
摘要:
之前一直不会用python(command line),现在回写一些小小小的数学方程式了。>>>x=100>>>y=200>>>z=x+y>>>print z300呵呵,感觉心情蛮不错的诶 阅读全文