52159/how-to-get-the-ascii-values-of-a-character-in-python
There are two string methods for this, find() and index(). ...READ MORE
If you are talking about the length ...READ MORE
Here's the code: check = input("Enter the character: ...READ MORE
class Solution: def firstAlphabet(self, s): self.s=s k='' k=k+s[0] for i in range(len(s)): if ...READ MORE
following way to find length of string x ...READ MORE
n=[1,2,3,4,5,6,7,8,9] print(len(n)) =9 READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.