Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Conditionals

if, elif, else statement allows you to make decision based on something is true or not for example:
if the group requires 5 members you could do:
if group == 5:
print("accepted")
else:
print("member not accepted")

About

if, elif, else statement

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors