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")