Hackerrank - 파이썬 코딩 공부 기초 사이트(Python)
www.hackerrank.com/domains/python // 깔끔하게 integer 나누기 / 소수 나누기 n이 5일때, 12345 를 출력하기 if __name__ == '__main__': print(*range(1, int(input())+1), sep='') >>> s = set("Hacker") >>> print s.difference({"Rank":1}) set(['a', 'c', 'e', 'H', 'k', 'r']) >>> s - set("Rank") set(['H', 'c', 'r', 'e']) To All Beginners Overthere!! Don't try to copy the style of others . Shorten the code as long as you are ab..