Page 49 - IPP-12-2024
P. 49
else:
print("\n INCORRECT PASSWORD/INVALID INPUT")
elif a=="3":
print("\n About the Company\n"" \n"
"A.C. E Electronics Private Ltd company was
incorporated in 1990."
"This is a private owned company started by Mr.
Aditya Adhana,"
"incorporated in India. The company's
manufacturing units are "
"spread over around 7 countries. Started with
manufacture of "
"only Televisions and now the company is so
popular for its "
"smartphones and laptops. There are over 11000 of
employees "
"working and most of the work are done by
machines. The company "
"produces 35 million smarphones,10 million
laptops,7 million "
"televisions in a year. It is aiming to provide
quality products "
"with more and more upcoming features and at a low
price.")
x7=input("\n Type as 'c' to continue or \n"
"Type 'e' to exit: ")
if x7=="e":
print("\n PROGRAM STOPPED")
elif x7=="c":
x7="c"
else:
print("\n INVALID INPUT")
x7="c"
else: