Lab 2 - slcc2c/CS5590_Python GitHub Wiki
This lab had 3 tasks:
- Write a python program that print the first letter of your name with star. You have to use the instructions in the class. For this you should use nested loop to implement.
- Write a Python program to check if a string contains all letters of the alphabet
- Write a Python program to find those numbers which are divisible by 7 and multiple of 5, between 1500 and 2700
These tasks were implemented as python functions and can be found in Part 2/Lab_2.py . To run the functions just run the program.