我必须在上面的程序中定义函数vigenere来实现,但是错误。checking for upper case and lower case by applying formula for chr and ord and implementing function vigeneredef vigenere(c, k):
return chr(((ord(c)-65 +ord(k) for x in k-65)%26
我一直在做一个学校项目,我只是遇到了一个问题。我从W3中得到了两种不同的东西--粘性导航栏,以及在单个页面上有不同标签的能力,这样所有的信息都可以以一种不那么混乱的方式呈现。问题是,当我尝试同时合并这两个选项卡时,标签不能从最上面移动,除非我决定在上面插入一个边距,这也移动了导航条。我认为问题在于导航条很粘,所以我不能移动它,但我不知道为什么选项卡不能低于导航条。
Stack Overflow is yelling at me because it says I need code to insert a jsfiddle link, so here's my 'code.