ASSIGNMENT Q.7 Q.7 Write a Python program to simulate a Bank ATM Machine. balance = 10000 while True: print("n===== BANK ATM MENU =====") print("1. Check Balance") print("2. Deposit") print("3....
ASSIGNMENT Q.6 Q.6 Write a Python program to check whether a password entered by the user is Strong or Weak. password = input("Enter your password: ") has_upper = False...
ASSIGNMENT Q.5 Q.5 Write a Python program to find the second largest digit present in a string entered by the user. string = input("Enter a string: ") digits =...
ASSIGNMENT Q.4 Q.4 Write a Python program to create a Simple Login System. username = "admin" password = "1234" # User input user = input("Enter Username: ") pwd =...
ASSIGNMENT Q.3 Q.3 Write a Python program to check whether a string entered by the user is a Palindrome or Not a Palindrome. string = input("Enter a string: ")...
Write a Python program to count the number of vowels and consonants in a string entered by the user.
ASSIGNMENT Q.2 Q.2 Write a Python program to count the number of vowels and consonants in a string entered by the user. string = input("Enter a string: ") vowels...
ASSIGNMENT Q.1 Q.1 Write a Python program to check whether multiple numbers are Even or Odd. n = int(input("How many numbers? ")) for i in range(n): num = int(input("Enter...
MSWORD Microsoft Word 2016 Questions with Solutions 1. Which tab is used to change page margins in Word 2016? Home Insert Layout Review Answer: C. Layout 2. When you...
Website Development Quotation Project: Beyond Classroom Learning Platform (MVP) Module Description Cost (₹) Responsive UI/UX Design Mobile, Tablet & Desktop Responsive Website 3,500 Student Authentication Registration, Login, Forgot Password,...
Part-B Advanced Concepts of Modeling in AI Question and Answer 2 MARKS QUESTIONS AND ANSWERS Q1. Differentiate between a Rule-Based Approach and a Learning-Based Approach. Answer: Rule-Based Approach Learning-Based...