- 博客(3)
- 收藏
- 关注
原创 2021-10-06
package xtm; public class Person { private String name; private int age; private static String country = “中国”; Person(int age,String name){ this.age = age; this.name = name; } public void showInfo(){ System.out.println(“姓名:” + name + “\t年龄:” + age + “\t国籍
2021-10-06 22:59:31
118
原创 用python绘制一个简单的蟒蛇
import turtle turtle.setup(700, 400 , 300 , 200) turtle.penup() turtle.fd(-250) turtle.pendown() turtle.pensize(30) turtle.pencolor("yellow") turtle.seth(-40) for i in range(4): turtle.circle(40 ,80) turtle.circle(-40 ,80) turtle.circle(40 , 80/2).
2021-10-03 21:46:14
334
原创 我的第一个代码 hello world!
#include<iostream> using namespace std; int main(){ cout<<"hello world!"; return 0 }
2021-10-03 21:24:25
116
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅