跳至主要內容
03-Laboratory Exercise01-10「意大利」

Lab01

  1. 01.3.9 An alphanumeric code of 16 characters alternating strings “abcd” and “1234”.

01.3.9由“abcd”和“1234”交替组成的16个字符的字母数字代码。

  1. 01.3.10 A checkboard of size 5x5 where the white squares are indicated by a “0”, and the black squares by a “1”.

AI悦创原创...大约 18 分钟PythonPython一对一教学Python一对一辅导Python 辅导编程一对一教学少儿编程一对一少儿编程一对一教学意大利Python一对一教学PythonPython一对一教学Python一对一辅导Python 辅导编程一对一教学少儿编程一对一少儿编程一对一教学意大利Python一对一教学
02-Borigh-摸底「意大利」

Question1: 问答式简历生成

# first

name = input('请输入你的姓名:')
gender = input('请输入你的性别:')
age = int(input('请输入你的年龄:'))
university = input('请输入你的学校:')
print('正在生成你的简历......')
print('*'*20)
print('\t简历')
print(f'姓名:{name}')
print(f'性别:{gender}')
print(f'年龄:{age}')
print(f'毕业学校:{university}')

AI悦创原创...大约 4 分钟PythonPython一对一教学Python一对一辅导Python 辅导编程一对一教学少儿编程一对一少儿编程一对一教学意大利Python一对一教学PythonPython一对一教学Python一对一辅导Python 辅导编程一对一教学少儿编程一对一少儿编程一对一教学意大利Python一对一教学
01-Hw-意大利

The technical department of a large company has a number of PCs to lend out to employees in case of need(for example, when their PC in service or they are waiting to buy a new one).

一家大公司的技术部门有许多个人电脑借给员工以备不时之需(例如,当他们的个人电脑在使用中或他们正在等待购买一台新的电脑时)。

The list of all the PCs used for this purpose is contained in a text file parkPC.txt, which has on each line the unique identification code of a PC(*4-character alphanumeric). The PCs are not listed in any specific order.


AI悦创原创...大约 5 分钟PythonPython一对一教学Python一对一辅导Python 辅导编程一对一教学少儿编程一对一少儿编程一对一教学意大利Python一对一教学PythonPython一对一教学Python一对一辅导Python 辅导编程一对一教学少儿编程一对一少儿编程一对一教学意大利Python一对一教学