Tag: python

  • Let’s learn python datatypes

    Python for Beginners Python has several built-in datatypes but most commonly used built-in data types are:

  • Day#3

    Python for Beginners How to print a multi line block in python?| Three single quotes will print the multi line block How to achieve randomization in python (Generate pseudo-random numbers)? | using random module, import the random module. | some most common and useful random functions : How to get the previous state of random…