I/P:
print ("** Missile speed calculator **")
I/P:
print ("** Missile speed calculator **")
print ("** Price-to-Earnings Ratio **")
my_list1 = ["Kapil", "Apil",0,1,2,3,4]
for my_items in my_list1:
print(my_items * 2)
print(my_items, 2*2)
O/P:
KapilKapil Kapil 4 ApilApil Apil 4 0 0 4 2 1 4 4 2 4 6 3 4 8 4 4
#*(Bad) 0 </ Recall </ 1 (Good)
O/P:
*** Classification Metrics: Recall *** Please enter the True Postive value: 2 Please enter the False Negative value: 8The Recall Value is 0.200000
print("*** Money Exchange Rate Application ***")
print ("** Stock dividend - calculator application **")
import pandas as pd
===============================================================
https://github.com/bornfreesoul/PythonLessons
https://www.youtube.com/channel/UCe0rLJmSQXNoK2Mo2eMVuvg
https://testing-mines.blogspot.com/2021/10/blockchain-101-by-kapil-sharma.html Blockchain through the following attributes: Distributed: T...