def func2():
	func(2)
	func(3)
	with open('ideaslist.txt', 'a') as file:
		file.write('\n')