Tuble Data Type in Python
thistuple = ("apple", "banana", "cherry")
print(thistuple[0])
Output
apple
Tuble Data Type in Python
thistuple = ("apple", "banana", "cherry")
print(thistuple[0])
Output
apple
Count Upper Case and Lower Case Word in a string (Python) def string_test(s): d={"UPPER_CASE":0, "LOWER_CASE":...
0 comments:
Post a Comment
gurnoorsingh5974@gmail.com