Copy to Clipboard#unpack range print(*range(1, int(input("Enter a number between 1-100: "))+1), sep='')Unpack Range00bjorncalbesThe code prints: 1, 2, 3, 4, 5, 6, 7, 8, 9, 100 CommentsAdd CommentLog in to add a comment