Tuesday, September 4, 2012
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...
-
I/P : print ( "*** Classification Metrics: Recall ***" ) print () TPV = float( input ( "Please enter the True Postive value: ...
-
Cheet Sheet: 1. List = Arrays. List = ["One","Two","Three"]; print List[2]; 2. Tuple() = List, b...