zoukankan
html css js c++ java
一月5日
# 例1:if 基本用法
flag
=
False
name
=
'
luren
'
if
name
==
'
python
'
:
# 判断变量是否为 python
flag
=
True
# 条件成立时设置标志为真
print
'
welcome boss
'
# 并输出欢迎信息
else
:
print
name
# 条件不成立时输出变量名称
输出结果为:
luren
# 输出结果
查看全文
相关阅读:
Java基础知识【上】(转载)
Windows下Python中pip安装Pillow报错总结(转载)
CentOS7下安装Python的pip
CentOS7安装NodeJS6.9
PostGIS(解压版)安装
CentOS7中安装Python3.5
CentOS7安装docker
Centos7更改默认启动模式(转载)
CentOS7 查看IP、Gateway、DNS、Hostname
CentOS7系统安装及初始化
原文地址:https://www.cnblogs.com/zxpnb/p/14234925.html
最新文章
8 -- 深入使用Spring -- 4...5 AOP代理:基于注解的“零配置”方式
8 -- 深入使用Spring -- 4...4 Spring 的 AOP 支持
Spring-Mybatis --- 配置SqlSessionFactoryBean,整合Spring-Mybatis
ServletContextListener使用详解
OpenGL学习--开发环境
重要BLOG
时间序列分析算法【R详解】
牛顿迭代法(Newton's Method)
IDEA操作maven时控制台中文乱码
Maven + Spring4
热门文章
VSCode环境
TileStache生成切片
CentOS7上安装QGIS
Vector Tile
simplestyle
TileJSON
MBTiles
UTFGrid
安装pip
Java基础知识【下】( 转载)
Copyright © 2011-2022 走看看