TuTo

ShiYan, China
  • Home
  • Archives
  • Categories
  • Tags
  • Links
  • About

Board

个人留存学习笔记,欢迎各位交流指正!

Tag Cloud

Arduino Git Github Hexo Math Matlab基础知识 Python markdown matlab基础知识 matlab应用 matlab程序 matlab绘图 单片机 微分方程 机械原理 机械设计 玩机 算法 论文排版 语法 遗传算法

Archive

  • June 20221
  • May 20221
  • August 20212
  • July 20213
  • June 20212
  • May 20213
  • April 20214
  • March 20212
  • February 20215

Recent Posts

  • 机械优化问题

    2022-06-16

  • 学习

    Mathjax渲染公式

    2022-05-29

  • 数学建模

    Genetic Algorithm

    2021-08-24

  • 数学建模

    Matlab微分方程

    2021-08-15

  • 数学建模

    Latex排版

    2021-07-31

Python

2021-07-15 学习 Python Comments

1、新建文档,输入内容

1
2
3
fp=open ('d:/text.txt','w')
print('Hellow world!!!',file=fp)
fp.close()

2/调用时间函数

1
2
3
4
import time

print (time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()))

  • 本文链接: http://tuoxiao.github.io/2021/07/15/Learn/Python/

TuTo

天地与我并生,万物与我为一。
  •   Newer
  • Older