240 发简信
IP属地:广西
  • HOMEWORK-python-2019-04-03-Pascal's Triangle

    Find Pascal's Triangle n=4lst1=[1,0]for i in range(1,n+1): lst2=[0]*(i+...

  • Resize,w 360,h 240
    HOMEWORK-python-2019-04-02

    1.Compare and sort some number a=int(input("number is: ")) #逻辑运算b=int(in...

  • HOMEWORK-python-2019-04-01

    Print all of prime number within 100 import mathimport datetimestart = d...

  • Resize,w 360,h 240
    HOMEWORK-python-2019-03-30

    1.Find the circumference and area of the circle n=int(input("R="))print(...

  • Resize,w 360,h 240
    HOMEWORK-python-2019-03-29

    Enter a 5-digit number, Determine the number of digits, and print one di...

  • Resize,w 360,h 240
    HOMEWORK-python-2019-03-27

    1.Printmultiplication table #99乘法表for i in range(1,10): sum=""for j in r...

  • Resize,w 360,h 240
    HOMEWORK-python-2019-03-24

    1.Print aSquare with an edge length of N 打印一个边长为N的正方形 n = int(input(">>>...

个人介绍
生活在地球的行尸一名