import csv
fo = open("result.txt", "w+")
reader = csv.reader(open('test.csv'))
for line in reader:
Name = line[0]
fo.writelines(['class ',Name,'{\n'])
fo.writelines('};\n')
fo.close()

最新文章

  1. 简单例子了解View的事件分发
  2. JAVA自定义异常
  3. Windows 2012 装 Remote Desktop Organizer 无法连接到其他远程服务器
  4. subprocess module
  5. 设置textview背景色为透明
  6. C#开发的WebService使用JSON格式传递数据+Ajax测试
  7. tty、pty、pts等(小记)
  8. 文成小盆友python-num9 socket编程
  9. Linux-进程描述(4)之进程优先级与进程创建执行
  10. 自己写编程语言-m语言
  11. 第一章 CLR执行模型
  12. Introducing stapbpf – SystemTap’s new BPF backend
  13. SQL 加载
  14. Apache commons(Java常用工具包)简介
  15. Jmeter(二十六)Jmeter-Question之“集成Jenkins”
  16. jQuery插件实例四:手风琴效果[无动画版]
  17. Apache和Nginx的Rewrite规则对比
  18. 网易云 MySQL实例迁移的技术实现
  19. PHP通用分页类page.php[仿google分页]
  20. P3275 [SCOI2011]糖果 && 差分约束(二)

热门文章

  1. redis—django-redis
  2. linux入门常用指令1.配置本地yum源
  3. intellij idea打包出来的jar包,运行时中文乱码
  4. 牛客练习赛53 A 超越学姐爱字符串 (DP)
  5. JSON 语法 数据格式
  6. lite-monitor 一款基于shell命令的监控系统
  7. freertos,串口接收数据后如何发送给任务
  8. BZOJ 2178: 圆的面积并 (辛普森积分)
  9. GNS3错误’Could not start Telnet console with command 'Solar-PuTTY.exe‘
  10. Codeforces Round #456 (Div. 2) 912E E. Prime Gift