摘要:
1, 从文件的读取与输出: http://www.cnblogs.com/xuxn/archive/2011/07/27/read-a-file-with-python.html http://www.cnblogs.com/sysuoyj/archive/2012/03/14/2395789.html2,Python程序输出到文件中: http://www.cnblogs.com/sysuoyj/archive/2012/03/14/2395868.html3,Python 学习-常用工具: http://www.cnblogs.com/sysuoyj/archive/2012/03... 阅读全文
该文被密码保护。 阅读全文
摘要:
1,C语言实验——图形输出(字符常量练习): http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=1112python中用print总是会出现回车空格,非常讨厌,然而,Python 3.0下print已经从语句变为函数了,我用的使python2.7.4,所以呢,还不行。。。。。但是我们可以用其他方法:import syssys.stdout.write("abc")sys.stdout.write("def")#!/usr/bin/env python#co 阅读全文