+ 2
Help for playground
 how to check if length of string is equal to or greater than five
2 Answers
+ 7
len(string) - to find the length of the string
>= greater or equal.
I think you should review your lessons/courses next time. Hope this helps
https://www.sololearn.com/learn/Python/2276/
+ 4
The length of a string can be obtained using the len() function. Example
len("hello") // returns 5
All this is covered in the course. From you profile I can see that you are more than halfway through the course. You should've known about this by now.
Hot today
BMI calculator code project
0 Votes
SQL
1 Votes
Paint Costs
1 Votes
How to create a border
0 Votes
Overloading + operator
0 Votes