You are on page 1of 1

1.

Write a Python program to check the Vehicle


License Plate Number is valid or not.
2.Determine whether the supplied word is a
palindrome (a word that reads the same
backwards and forwards)
3.Write a program that asks the user for these
three pieces of information (Year, Program,
Enum) and generate their Register No.
Eg: year = 2019
Program = MCA
Enum = 3265

Output = 19MCA3265

You might also like