swig/Examples/python/class/runme.py

10 lines
187 B
Python

from example import *
printf("hello\n")
name = "%shoot"
num = 22
printf("Hello %s. Your number is %d\n" % (name, num))
print("hello there %s." % name);
printf("Your result is 90%.\n")