少儿编程有问题来这里,有问就有回答。分享少儿编程(scratch、python、js、c、c++等)创作经验,编程体会,学习方法。编程难题寻求帮助,解决答疑编程中遇到的困难,一起学习一起进步。
-
-
1.03万 0 429
import random def drawBoard(board): # This function prints out the board that it was passe...
-
-
1.02万 0 429
import random HANGMAN_PICS = [''' +---+ | | | ===''', ''' +...
-
-
1.06万 0 431
现在我们来用python做一个计算器 康康代码吧! a=int(input("输入第一个数")) b=int(input("输入第二个数")) c=i...
-
-
9521 1 0
按这个方法试试:https://blog.csdn.net/weixin_33274610/article/details/114231952...
-
-
9460 1 1
图片重新上传一下,如何上传图片可以参考:http://www.kidscode.cn/archives/14554...
-
-
1.10万 1 430
大家好,我是今天我给大家当来一个Python绘画; # 直接点击“运行”即可 # 礼花蛋 import turtle import math import ...
-
-
1.03万 0 433
一起画圆! 很多初学者以为画圆很难,但有一点经验的人就知道 他其实并不难 好了,废话不多说,看下代码吧! from turtle import* ...
-
-
1.07万 0 430
一起用python画一个三角形吧! 简便方法: from turtle import* for i in range(3): forward(10...
-
-
9504 0 429
hi大家好,上次我在文章里说的另一个应用来啦!!! 好了不废话,上代码吧: import time import random # 游戏前准备 def ready...





