Skip to content

ZSiltitan/Python-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Python-note

Elif: a = [1,2] if 1 in a: print ('have 1') elif 2 in a: print ('have 2')

have 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors