0
I need help with this. To be able to print without "None"
4 Respuestas
+ 4
print(a.hit()) replace this with a.hit() same with 2nd one .
hit() contains a print() method . you don't need to use print(hit()) as hit returns None .
+ 1
replace print(a.hit()) as a.hit() and print(m.hit()) as m.hit()
0
Kk, let me try that
0
Thank you Md Sayed