zoukankan
html css js c++ java
Python[小甲鱼006常用操作符]
1.操作符
下面有一些需要注意的操作符
>>>3 ** 2 9
上面这个代表着平方 即 3的平方
>>>3 ** 5 243
上面代表着3的5次方 结果为243
优先级问题
举个例子:
>>>-3 * 2 + 5 / 2 - 4 -7.5
.........................................................我将必须获得世俗的成功...............................................
查看全文
相关阅读:
Node.js 常用工具 util
jQuery 选择器
Node.js 创建HTTP服务器
Node.js GET/POST请求
JavaScript 用法
Node.js 事件
Node.js 函数
Bootstrap<基础二> 网格系统
读文章《Flexbox详解》笔记
好文要读
原文地址:https://www.cnblogs.com/idmask/p/4715575.html
最新文章
buuctf pwn babyheap_0ctf_2017
buuctf pwn bjdctf_2020_babyrop
经典的没有libc类型题目
buuctf re [WUSTCTF2020]Cr0ssfun
buuctf re [MRCTF2020]Xor
buuctf re [GWCTF 2019]xxor
buuctf pwn jarvisoj_fm
Node.js 文件系统
JavaScript 语句
jQuery 语法
热门文章
Node.js 全局对象
NPM 使用介绍
Node.js模块系统
Bootstrap<基础一> CSS 概览
CSS样式选择器优先级
为什么使用 Bootstrap?
Bootstrap<基础三> 排版
Node.js 路由
JavaScript 输出
Node.js 安装配置
Copyright © 2011-2022 走看看