This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import string, math | |
| def solve(n): | |
| """ | |
| Begin by creating base case, then programatically generate result rows by slicing the first x elements | |
| from the base case, add repeated terminal value and add the reverse of the previous. | |
| """ | |
| abc_chars = string.ascii_uppercase[1:n][::-1] | |
| base = abc_chars + string.ascii_uppercase[0] + abc_chars[::-1] | |
| ret = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| portal_id: 2153467 | |
| primary_id: "83784948" | |
| time_stamp: 1582563605505 | |
| event_type: CLICK | |
| domain: "hubspot.fedscoop.com" | |
| callback_id: 13 | |
| skip_aggregation: false | |
| 2020-02-24 17:12:33.926 [kafka-consumer-handler-0] WARN c.h.e.a.i.k.w.e.EventTrackingEventsWorker - filtered-out malformed event: | |
| Error getting custom metadata for click event: guid: "AHU4K4_G2EgbKGAekr59gA" |