Advertisement
Josif_tepe

Untitled

Sep 28th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1.  
  2.  
  3. def main():
  4.     x = 5
  5.     y = '10'
  6.     print(x + int(y))
  7.     print(str(x) + y)
  8.  
  9. if __name__ == "__main__":
  10.     main()
  11.  
  12.  
  13.  
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement