Python Forum
str.endswith(): vague documentation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
str.endswith(): vague documentation
#5
(Nov-22-2019, 05:29 AM)LeanbridgeTech Wrote: The endswith() method returns True if a string ends with the given suffix otherwise returns False.

Syntax :

str.endswith(suffix, start, end)

even if start and end have random int values in those argument positions?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
str.endswith(): vague documentation - by Skaperen - Nov-20-2019, 04:10 AM
RE: str.endswith(): vague documentation - by Skaperen - Nov-22-2019, 08:52 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020