Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. PS Z:\1> (C:\Python34\python.exe -c "for i in range(100):print('hello!')").getType().fullname
  2. System.Object[]
  3. PS Z:\1> (C:\Python34\python.exe -c "print('hello!')").getType().fullname
  4. System.String
  5. PS Z:\1> (ls).gettype().fullname
  6. System.IO.FileInfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement