def syntax python 3 with loop code example Example: for loop example python 3 for num in nums: for letter in 'abs': print(num, letter)