python pow of a number code example Example 1: python pow pow(x,y)# ==x^y Example 2: power in python #The ouptut will be x ^ y x**y