Advertisement
roneygomes

Recursividade 2

Dec 8th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3.  
  4. def estouro()
  5.     estouro()
  6.  
  7. estouro()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement