You are viewing a single comment's thread. Return to all comments →
i=1 while i<=number: print(i, end=' ') print(oct(i)[2:],end=' ') print(hex(i)[2:],end=' ') print(bin(i)[2:]) i += 1
Got same output here too still not submitted here.
Seems like cookies are disabled on this browser, please enable them to open this website
String Formatting
You are viewing a single comment's thread. Return to all comments →
i=1 while i<=number: print(i, end=' ') print(oct(i)[2:],end=' ') print(hex(i)[2:],end=' ') print(bin(i)[2:]) i += 1
Got same output here too still not submitted here.