Posts

Showing posts from October, 2021

Rare INDIANS Coin Part-1

Image
Unique Indians coins by Study4u Currency is a very important thing to a country. To do any transactions you must have enough money. It's not only for the public it's necessary for any country to do any international business .. In around world approximately 195 &196 independent countries in the world 🗺 And total 249/256 countries in the world 🌏. Each country has a different currency 💱 ,,, but we are here to discuss some Indian coins which are rarely seen. I managed to get some Indian coins in this blog I'm going to show you some coins.  maybe this is the best Indian coins blog ever,. 1. The first coin is Rs5. which is indicates the  125TH ANNIVERSARY OF MAULANA ABDUL KALAM AZAD . This coin is very precious for the Muslim religion and as well as Indians. The date mentioned at coin is 11 November 1888 it's Azad sir DOB, and he died on 22 February 1958.  At the current time, this coin value is 1300 INR. 2.  O

Python Strings For Beginners

Image
  This tutorial is fully made for intermediate and absolute beginners. you can learn from the very beginning so let's take a look. there is some statement like print, input or many so can learn it by doing code yourself, if there is something important so I can highlight it, so don't need to worry about it. String :            "String is type of alphabetic code like english letters"  In python you can define string as ::                     a=3                                          b="String"                                   print(a,b)                                   print("my name is",(a))                      print("This is ",str(b)) The string is a very easy topic and you can learn it is very fast and also python is very simple so don't panic that how can I learn this.   String Slicing:                             Slicing is a way to find a substring from the main string with some specific location. before slicing you must kn