Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,所以我在过去的几个小时里一直在寻找如何制作它,以便输出的日期会产生一个序数日期。因此,当它输出的日期应该是“st”、“nd”、“rd”或“th”,这都取决于日期。这是我需要改变才能做到这一点,但我无法在任何地方找到如何做到这一点。
print ("Easter falls on the %d of %s %d." % (p,n,y))
所有的值都很好,因为我只需要知道我需要在哪里放置代码来做我需要的事情。我相信这与序数/指标有关,不确定是哪一个。感谢您能对此提供帮助。