Wednesday, March 27, 2013
Subscribe to:
Posts (Atom)
Blockchain: 101 (By - Kapil Sharma)
https://testing-mines.blogspot.com/2021/10/blockchain-101-by-kapil-sharma.html Blockchain through the following attributes: Distributed: T...
-
my_list1 = ["Kapil", "Apil",0,1,2,3,4] for my_items in my_list1: print(my_items * 2) print(my_items, 2*2...
-
print ( "*** Application for Average Power Calculator ***" ) print ( "\n" ) EV = float ( input ( "Please enter t...
-
index1 = int(input("Please enter the starting range number: ")) index2 = int(input("Please enter the ending range number: ...