Read the integer number from the input. Create a bytes object of the length equal to the specified integer filled with zero bytes and print it.
Creating bytes
Zero bytes
Report a typo
Sample Input 1:
3Sample Output 1:
b'\x00\x00\x00'Write a program in Python 3
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.