-
Notifications
You must be signed in to change notification settings - Fork 0
ICP2
Saran Akkiraju edited this page Jun 9, 2019
·
1 revision
- 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.