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

Replies to Re: Re: Untitled rss

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