Test

Test


#py
def room(N):
return ((10**(N/2)) - (10**((N-1)/2

Report Page