How can I change ascii string to hex and vice versa in python 3.7?
  
 
     
     
             
                 
 
 
         
         0 
         
 
         
             
         
 
 
 
 
             
 
             
 
     
     
 
 I look some solution in this site but those not works in python 3.7.  So, I asked a new question.   Hex string of "the" is "746865"   I want to a solution to convert "the" to "746865" and "746865" to "the"      
 
         
             
                 data-conversion python-3.7 
             
         
 
     
         
             
  share | improve this question  
             
 
             
 
     
         asked Sep 1 '18 at 13:58 
     
     
         
     
     
         user10303745 
         
             
         
     
 
 
             
         
     
     
 
                 
     
 	    
              
         
             
             
                     
         
             
                 
                 @KenWhite ...