Search
Recent Posts
See AllFind first digit of an integer in Python-Ask The Code...First Digit of an Integer. We already saw how to find the last digit of...Read more
160
Asked: Sudeep |Category: Python x=int(input("Enter the value of x : ")) for i in range(x): n=int(input("Enter the value of n : ")) y=input("Enter the value of y : ") l=list(y) k=0
170
Python program on Collatz Conjecture based on question in Python Programming Essentials course...Coursera...Week 3 solution code...Read more
230