ashinamuhammed76

ashinamuhammed76

Lv1

ashina muhammed

0 Followers
0 Following
0 Helped

ANSWERS

Published8

Subjects

Computer Science8
Answer:def reverse_string(s): """ Reverse a string. Args: s -- the string to r...
Answer:def count_digits_letters(s): """ Calculate the number of digits and let...
Answer:def median(a, b, c): """ Find the median of three values. Args: a, b, c...
Answer:for i in range(1, 10): for j in range(i): print(i, end="") print() Step...
Answer: Here's a Python function that checks whether a passed string is a pali...
Answer: Step-by-step explanation:step 1: letter = input("Enter a letter: ")if ...
Answer: Step-by-step explanation:step 1: num = int(input("Enter a number: "))#...
Answer: Step-by-step explanation:step 1: def count_upper_lower(string): """ Th...

Weekly leaderboard

Start filling in the gaps now
Log in