Editing
Python programming
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Conditionals === {| border="1" cellspacing="0" cellpadding="5" align="center" |- ! Operator ! Conditions when true |- | x == y | x and y have same value |- | x != y | x and y don't have same value |- | x < y | x value is less than y value |- | x <= y | x value is less than or equal to y value |- | x > y | x value is greater than y value |- | x >= y | x value is greater than or equal to y value |} {| border="1" cellspacing="0" cellpadding="5" align="center" |- | string methods (s1 and s2 are strings) | conditions when true |- | s1.startswith(s2) | String s1 starts with s2 |- | s1.endswith(s2) | String s1 ends with s2 |- | s1.isalnum() | All characters in s1 are alphanumeric and there is >= 1 character |- | s1.isalpha() | All characters in s1 are alphabetic and there is >= 1 character |- | s1.isdigit() | All characters in s1 are digits and there is >= 1 character |- | s1.islower() | All cased characters in s1 are lowercase and there is >= 1 cased character |- | s.isupper() | All cased characters in s1 are uppercase and there is >= 1 cased character |}
Summary:
Please note that all contributions to GotOpinion may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
GotOpinion:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information