码迷,mamicode.com
首页 > 编程语言 > 详细

python 新手常见问题

时间:2018-05-29 14:03:35      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:全选   art   运行   三元运算符   IV   新手   记录   问题   代码   

1、python 三元运算符

无,用 if else 

2、python 设置代码缩进

全选。。然后按tab

3、记录程序运行时间

import time

time_start=time.time()
time_end=time.time()
print(totally cost,time_end-time_start)

 

python 新手常见问题

标签:全选   art   运行   三元运算符   IV   新手   记录   问题   代码   

原文地址:https://www.cnblogs.com/quietwalk/p/9104499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!