Metadata-Version: 2.1
Name: omzo-pkg-oumar
Version: 1.0.0
Summary: Mon premier projet
Home-page:  
Author: Oumar Dia
Author-email: oumardia8@gmail.com
License: UNKNOWN
Description: # Multiplication-Table-in-Python-3
        To create multiplication table of any integer using Python Program
        
        Initially, the number whose multiplication table is to be displayed is received as input. Then a list of multiples(up to 10) of the number is created. Afterward, a counter is added to the iterable using enumerate() method; which in turn returns as enumerate object. Finally, the multiplication table is printed.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type:  
