Metadata-Version: 2.1
Name: masterprograming
Version: 0.0.4
Summary: It is A Programming Languages Learning library
Home-page: UNKNOWN
Author: Danish Ali
Author-email: help@masterprograming.com
License: UNKNOWN
Description: Master programming is a website And Package that enables people that arenâ€™t well versed in english to learn programming languages like Python, C, C++, JAVA, CSS, HTML,  JavaScript, PHP in HINDI. Masterprograming.com provides all the Programming Language education for ABSOLUTELY FREE OF COST.
        
        It is Learning Package Created For Educational Purpose,
        It Has one Classes inside.
        
        from masterprogramming import *
        class Master
        	method PyBasic()
        
        obj = Master()
        
        obj.PyBasic('str') <-- Enter Any Topic Name Then you Will Get Results With Example
        
        ---------------------
        Output:
        -----------------------
        
        MasterPrograming.com
        --------------------
        String ek data type hota hai Collection of Character, String python me us time istemal karte hai jahah par Hame ek se jyada character use karne padte hai.
        
        Example
        ---------------------
        Name = "Masterprogramming"      #string 
        print(Name)
        
        a = "masterprogramming"
        
        print(a + str('3'))    
        ---------------------
        Output
        ---------------------
        Mastrprogramming
        masterprogramming3	
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
