I'm trying to reverse a integer and using the below code but the resultant list value in None. How much can we put in a list? , The code:
int_a= [1,2,3,4,5,6]
rev_word = int_a.split()
rev_number = rev_number.reverse()
rev_number= "".join(rev)
it return the TypeError. Why?