# Q.3) Write a Python program using a while loop to iterate through each character of the string "Python" and print each character on a new line. Additionally, calculate and print the length of the ...
Import the Library python Copy Edit import random 🧠 Explanation: We import the random library, which is a built-in Python library. It contains many functions that help us work with random numbers.