Quick actions

cmd+k|ctrl+k

Navigation

Languages

4.1

Snippet info

Language

Python

Visibility

public

Author

huynguyenspkt

Created

2016-09-23T08:02:46Z

Updated

2016-09-26T03:49:55Z

[print(a,b,c) for a in range(1,11) for b in range(1,11) for c in range(1,11) if (a**2) + (b**2) == c**2 and a + b + c == 24]
INFO