Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. //de python way of coding
  2. if boobs == true:
  3. me = "happy"
  4.  
  5. //de goede manier in arduino
  6. if(boobs == true){
  7. me = "happy";
  8. }
  9.  
  10. //de pieter manier in arduino
  11. if:(boobs == true);{
  12. me == happy
  13. ;};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement