Advertisement
bojjenclon

FB - Code -> Love

Jan 31st, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. SirWalona Burkie Sehularo
  2. Can dating someone else, help you forget about someone you love but can't have?
  3.  
  4. ---
  5.  
  6. Cornell Daly
  7. Let's see if you can interpret this:
  8.  
  9. if( newGF >= oldGirl ):
  10. ...olgGirl.getOver()
  11. else:
  12. ...newGF.compareTo( oldGirl )
  13.  
  14. ---
  15.  
  16. Cornell Daly
  17. Typo: oldGirl.getOver()
  18.  
  19. ---
  20.  
  21. SirWalona Burkie Sehularo
  22. ‎@Cornell I see... But did u have to use code? My 'normal' friends won't understand a thing :P
  23.  
  24. What if oldGirl is new as i(n neva dated) and newGF is an unknown?
  25.  
  26. ---
  27.  
  28. Cornell Daly
  29. Yes, yes I did. 'Cause I'm awesome like that... lol jk
  30.  
  31. As long as oldGirl != None that's not a problem. And that just means that newGF = girlfriend( None ) which uses the default constructor. The code will still run, but it won't really do anything until the newGF variable has been defined properly. Hopefully you get all that. xD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement