12 2021 档案

摘要:第二章 1、编写一个应用程序,给出汉字‘你’‘我’‘他’在Unicode表中的位置 package ex1; 2 3 public class p1 { 4 public static void main(String args[]) { 5 char word1='你',word2='我',wor 阅读全文
posted @ 2021-12-08 16:55 半勺泡泡糖 阅读(1121) 评论(0) 推荐(0)
摘要:def h(): maficians=['alice','david','luxi'] print(type(maficians)) print(len(maficians)) num=0 for mafician in maficians: print(f'the {num} mafician = 阅读全文
posted @ 2021-12-06 18:33 半勺泡泡糖 阅读(84) 评论(0) 推荐(0)