Make expertise a field

This commit is contained in:
Isabelle Viktoria Maciohsek
2022-03-01 20:28:17 +02:00
parent 771c7e9f51
commit 3c0fefd0dd
167 changed files with 167 additions and 0 deletions

View File

@ -2,6 +2,7 @@
title: How do I convert a string to lowercase in Python?
type: question
tags: python,string
expertise: intermediate
author: maciv
cover: blog_images/type-stamps.jpg
excerpt: Learn of the two different way to convert a string to lowercase in Python and understand when you should use each one with this quick guide.