Facebook
From Жанарбек, 4 Years ago, written in Python.
This paste is a reply to Re: Untitled from Жанарбек - view diff
Embed
Download Paste or View Raw
Hits: 170
  1. def spisok(a):
  2.     c=[]
  3.     for i in range(0,a,):
  4.         c.append(i)
  5.     return c
  6.  
  7. b=int(input("Введите число:"))
  8. print(spisok(b))        
  9.  
  10.  

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Жанарбек python 4 Years ago.