Blog

Learning diary of Arya Yang


  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

python学习6

发表于 2020-06-27 | 分类于 programming |
Python-字符串双引号 “ “ 表string12spam = "That is Alice's cat."#out: That is Alice's cat. 转义字符 转义字符 打印为 ```' 单引号 ```" 双引号 \t 制表符 \n 换行符 ...
阅读全文 »

python学习5

发表于 2020-06-26 | 分类于 programming |
Python-dictionarydictionary and import123spam={'name':'Zophie','age':7}spam['name']#out:'Zophie' values&keys&items 1234567spam= ...
阅读全文 »

Hello World

发表于 2020-06-19 | 分类于 Testing |
Welcome! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubles ...
阅读全文 »

Python-学习4

发表于 2020-06-07 | 分类于 programming |
Python-functionsothers.upper()–capital the letters .lower()–lower the letters .islower()–check whether all the letters are lower .isupper()–check whet ...
阅读全文 »

guess numbers

发表于 2020-06-07 | 分类于 daily programming |
guess numbers gameThe computer will choose 4 numbers randomly and in a random order. You can input to guess the numbers and the order. If your numbers ...
阅读全文 »

Python-学习3

发表于 2020-05-30 | 分类于 programming |
Python-ListObtain the valueThe value is obtained from ‘0’, which means ‘0’ is the first value. 123spam=['cat','bat','rat','elephant']spam#out:['cat', ...
阅读全文 »

‘certificate

发表于 2020-05-30 | 分类于 competitions |
List of certificates and other activitiesAcademic competition1. ETS (critical thinking) 2. CTBOur research topic was about rubbish classification. Loo ...
阅读全文 »

‘star’

发表于 2020-05-05 | 分类于 daily programming |
列举所有六角星,使每条线上的数字和为26,数字取1-12,不可重复使用。 Enumerate all hexagon stars, make the sum of the Numbers on each line 26. Irreusable numbers are from 1-12. 123 ...
阅读全文 »

VB小游戏game

发表于 2020-05-05 | 分类于 daily programming |
VB simple game modelthe flying bird Although I can’ t copy the picture, showing the way how to do it is a good way to both understand the game and ...
阅读全文 »

Python 学习2

发表于 2020-05-03 | 分类于 programming |
Python-if,while, for循环key pointsif语句,及if语句套用 if…else 12345678name=input() #显示输入框,name=输入内容 show the inputbox,name=input #input 函数if name == 'Mary': ...
阅读全文 »
<i class="fa fa-angle-left"></i>1…3456<i class="fa fa-angle-right"></i>
Arya Yang

Arya Yang

Including learning records and other activities

53 日志
6 分类
10 标签
© 2021 Arya Yang
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.4