Internship - Set 1
Internship - Set 1
Selection Process
01 03
02
Language:- Python
The program must be able to read a text file and parse the content of the file and store it in-memory.
The program should wait for the user’s input. Once the user enters some text and presses enter the
program should return a list of suitable suggestions.
Example:1 Example:2
Input >> abslutly Input >> actv
Ouput >> absolutely Ouput >> active, activist, activity
Write a program that reads a text file, solves all the Arithmetic Expressions given in
the text file, and generates a new output file with answers.
Language:- Python
The program must be able to solve Arithmetic Expressions given in the input file by reading each line
of the file then solving each expression one by one. In the end, the program should generate a new
file containing the calculated answers filled in the right-hand side of the expression.
Input Output
10 – 2 = 10 – 2 = 8
100 * ( 2 + 12 ) = 100 * ( 2 + 12 ) = 1400
(10 + 5^2) ( (5*-2) + 9 - 3^3) / 2= (10 + 5^2) ( (5*-2) + 9 - 3^3) / 2 = -490
During the development, please use your personal email id to test the program.
Language:- Python
Your program should prompt the user to enter a string, and then it should determine and
display whether the input string is a palindrome or not.
Input Output
Enter a string : racecar The string ‘racecar’ is a palindrome.
1. Program for all the challenges must be committed in a new repository in GIT HUB
(https://github.com/IgnitersHubProjects/interns-assignments)
2. Please grant read access to the repository.
3. If you don’t know how to do the above 2 steps, we are sure that you can figure it
out.
4. All the challenge questions are mandatory.
5. Please use Google, Stack Overflow, etc to take help. There is no restriction on
searching on the web.
6. Send your queries at [email protected]