Guest User

Untitled

a guest
Jan 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from ctypes import *
  2.  
  3. msvcrt = cdll.msvcrt
  4. message_string = "Hello world\n"
  5. msvcrt.printf("Testing: %s", message_string)
Add Comment
Please, Sign In to add comment