Aprite il vostro editor di Python
2 Tipo
: .
StringExample == " TrueValue "
StringExample in [ ' uno ' , '1' , 'due' , '2 ' , ' tre ' , 3 , ' TrueValue ',' FalseValue ',' quattro ' , '4' ]
3
premere il tasto " Return" .
in questo esempio, Python confronta se il valore della stringa è contenuta nella lista. In questo caso , la stringa " TrueValue " è un elemento nell'elenco , quindi Python restituisce "True".
Programmazione © www.354353.com