ICP2 - SaranAkkiraju/Python_and_Deep_Learning_Programming_ICP GitHub Wiki
Objective
- Write a program, which reads weights (lbs.) of N students into a list and convert these weights to kilograms in a separate list using:
- Loops and
- List comprehensions
N: No of students (Read input from user)
- Write a program that returns every other char of a given string starting with first using a function named “string_alternative”
- Write a python program to find the word count in a file for each line and then print the output.