Well it all depends how you plan on making it as you would need to know Web Development or you could just copy paste code from YT
        
             
        
        
        
copy and paste
so you can keep the data in the current cell and add it to other cells that you want that data in as well
 
        
             
        
        
        
user_in = str ( input ("Please enter a phrase: " ))
 def reverse_str (string):
 e = 0
 for e in range (len (string)):
 x = -1
 print string[x]
 x += (len (string))
 
        
             
        
        
        
The answer should be: True