Python3 知识总结 基础篇代码
最新需要写个小工具,读取Excel数据。边学习了一下python3 基础知识总结如下,都是可以执行的代码。参考资料 廖雪峰大神 python3教程#!/usr/bin/env python3# -*- coding: utf-8 -*-print(100 * 100)#name = input('please enter your name: ')#print('hello,',...
原创
2018-11-15 17:49:58 ·
740 阅读 ·
0 评论