রিকোয়ার্ড আর্গুমেন্টস
def string (arg1, arg2):
print(str)
string(6)
TypeError: string() missing 1 required positional argument: 'arg2'
[Program finished]Last updated
Was this helpful?
def string (arg1, arg2):
print(str)
string(6)
TypeError: string() missing 1 required positional argument: 'arg2'
[Program finished]Last updated
Was this helpful?
Was this helpful?