Comments
                          
                            Sort by recent activity
                          
                          
                        
                      
                      
                        Tools -->Application module points to Python 3.7. Simplified code below, should just generate random integer number.  Error message: "import random" generates error: Unexpected token "from"  def main(config):     import random     numb =  random.randint(1111111111111, 9999999999999)     return [str(numb)]  / comments
                        
                        
                        
                      
                      
                      
                  
                  
                Tools -->Application module points to Python 3.7. Simplified code below, should just generate random integer number. Error message: "import random" generates error: Unexpected token "from"def main(...
                      
                    