ans = input('data :')
if ans == 'y':
print(ans)
else: print('n')
this code when run in the python works as expected (if you enter 'y' it prints Y) but if you run the code using as Windows bat file if you enter 'y' it prints n... what is the deal?
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments