Python.Django视频讲座

Python.Django视频讲座

4 (17人评价)
  • 课时:(12)

  • 学员:(982)

  • 浏览:(29476)

  • 加入课程

Python.Django视频讲座七的笔记

相关课时: 笔记详情:

Strings

repeated with the * sign

‘abc’*3

abcabcabc

s[i:j]fetches elements i(inclusive)through j(not inclusive)

s[i:j:k]extracts every kth element starting with index i and ending with index j.

Tuples

a immutable list

()

0 0

你感兴趣的课程

7022浏览/ 84学员/ 0评分
免费
IT互联网 Python零基础入门
4118浏览/ 1学员/ 5评分
¥99.00
IT互联网 KNN手写识别教程
4084浏览/ 25学员/ 4评分
免费