Posts in tag
Information Overload “अरे समीर, आज कसा काय आलास?”, काकूंनी विचारले. चेहऱ्यावरचे हावभाव बघितले तर कळाले नसते की नक्की प्रश्न कोणाला पडला आहे, काकूंना की समीरला! नेहमीप्रमाणे चेतनने दोन्ही पार्टीना अंधारात ठेवले होते. चेतन समीरला “तू ये” एवढेच बोलला होता आणि चेतन बोलवत आहे म्हणजे काहीतरी टाईमपासच असणार या हिशोबाने समीर पण आला. त्यामुळे उत्तर काय …
In Python, the default data type for the ‘input’ command is a string. A string is essentially a collection of characters, which can include letters, symbols, numbers, and more. It’s important to note that when you input numbers using the ‘input’ command, they are stored as characters within a string. This means that you cannot …