Created
          May 1, 2022 14:09 
        
      - 
      
- 
        Save dvgodoy/910c92ba4189aa7bca1c214450a7857b to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | def exponentiation_builder(exponent): | |
| def skeleton_exponentiation(x): | |
| return x ** exponent | |
| return skeleton_exponentiation | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment