• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Python Application Help

wetcat007

Diamond Member
I'm in an intro to programming class and part of an program I need to make(using python) requires that a list be made in two columns. It'll be a list of two sets of numbers that will vary depending upon user input.

for i in range(totallow, totalhigh+1, 1):
print i
for i in range(T2, T1+1, 1):
print i

A general idea of what it is if they are stacked on top of each other, it's part of a bigger program, I need to find how to get each range to print in it's own column.

Any help would be awesome!
 
Back
Top