<spanclass="hljs-meta">... </span> ) <spanclass="hljs-keyword">as</span> p <spanclass="hljs-keyword">if</span> p.name.lower().startswith(<spanclass="hljs-string">'readme'</span>) <spanclass="hljs-keyword">and</span> p.is_file():
<spanclass="hljs-meta">... </span> print(<spanclass="hljs-string">f'<spanclass="hljs-subst">{p.name}</span> is a readme file that belongs to user <spanclass="hljs-subst">{user}</span>.'</span>)
<spanclass="hljs-string">'README.md is a readme file that belongs to user gto.'</span>
README.md is a readme file that belongs to user gto.