Checking the string letters
Write a function that receives a string and checks all the letters.
If all the letters of the string were small, otherwise False would return
Write a function that receives a string and checks all the letters.
If all the letters of the string were small, otherwise False would return
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
nam = input("what your:") if name[0:] == lower() and name[0:]==isalpha() : print("True") else: print("False")
? 'Namerror: Name' Name 'is not defined. DID You Mean: 'NAM
print("enter you carecter") x = input(str) if x.islower(): # Examinations. I have used uppercase in the string print(True) else: print(False)
def string(): text = input("enter text: ") return True if text.islower() and text.isalpha() else False print(string())
def is_lower(str): if str.islower(): print ('true') else: print ('false') str=input('your str : ') is_lower(str)
let text = prompt("enter your text")
console.log(text == text.toLowerCase())
def get_string(value):
if value.islower():
print("true")
else:
print("false")
user_input = input("Get the value: ")
get_string(user_input)
def is_all_lowercase(s): return s.islower() string = input('Enter a string : ') print(is_all_lowercase(string))
Submitting answers is currently unavailable.
Write the absentee presentation program: The teacher enters the students' names in the classroom every day in a file with the name of that day in the name of that day and in the TXT format, the teacher can enter the date by entering the date ...
Write a program that receives the radius of the circle and prints its area and environmental area = radius * Pi (3.14) circle environment = diameter (radius * 2) * Pi (3.14)
Write a function that receives the number of hours of employee work per month as a parameter and calculates the amount of employee salaries according to the formula below and returns each employee for 2 hours of work per month, per hour at 4 ...
Write a library program that has the following features: 1- The user can register a new book 2- The user can delete recorded books 3- The user can change the specifications of the books including their name and subject ...
Write a function to get a string and return the length of the string Tip: In this exercise you should not use ready -made functions like Len in Python
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.