# Write your code here using pythonb1 = Batsman(6101, 7380)b1.printCareerStatistics()print("============================")b2 = Batsman("Liton Das", 678, 773)b2.printCareerStatistics()print("----------------------------")print(b2.battingStrikeRate())print("============================")b1.setName("Shakib Al Hasan")b1.printCareerStatistics()print("----------------------------")print(b1.battingStrikeRate())
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here